Home

Operator Usage

Name

if

Description

if( condition ):
    statements ...
end:

if condition evaluates to |yes> then compile and run the given statements


Examples


See also

if-else, test-if.sw3

Operator type

statement